Splits the task.
public System.bool SplitTask(
System.double[]
)
'Declaration
Public Overloads Function SplitTask( _
ByVal () As System.Double _
) As System.Boolean
Parameters
- durations
- The alternating durations of work and suspension periods. The array must contain the odd number of values.
Return Value
True if the splitting is succeeded, false otherwise.